crypto/hpke.KDF.labeledExtract (method)
6 uses
crypto/hpke (current package)
hpke.go#L83: pskIDHash, err := kdf.labeledExtract(sid, nil, "psk_id_hash", nil)
hpke.go#L87: infoHash, err := kdf.labeledExtract(sid, nil, "info_hash", info)
hpke.go#L94: secret, err := kdf.labeledExtract(sid, sharedSecret, "secret", nil)
kdf.go#L25: labeledExtract(suiteID, salt []byte, label string, inputKey []byte) ([]byte, error)
kem.go#L119: eaePRK, err := kem.kdf.labeledExtract(suiteID, nil, "eae_prk", dhKey)
kem.go#L307: prk, err := kem.kdf.labeledExtract(suiteID, nil, "dkp_prk", ikm)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |